home *** CD-ROM | disk | FTP | other *** search
- // Copyright (c) 1994, William Wagner
- // All Rights reserved.
- //
- // This source is a portion of a shareware program. It may be distributed
- // only in its entirety. The copyright statements must be included with any
- // reproduction of this source.
- //
-
- //Microsoft App Studio generated resource script.
- //
- #include "resource.h"
-
- #define APSTUDIO_READONLY_SYMBOLS
- /////////////////////////////////////////////////////////////////////////
- //
- // Generated from the TEXTINCLUDE 2 resource.
- //
- #include "afxres.h"
-
- /////////////////////////////////////////////////////////////////////////////////////
- #undef APSTUDIO_READONLY_SYMBOLS
-
- #ifdef APSTUDIO_INVOKED
- //////////////////////////////////////////////////////////////////////////////
- //
- // TEXTINCLUDE
- //
-
- 1 TEXTINCLUDE DISCARDABLE
- BEGIN
- "resource.h\0"
- END
-
- 2 TEXTINCLUDE DISCARDABLE
- BEGIN
- "#include ""afxres.h""\r\n"
- "\0"
- END
-
- 3 TEXTINCLUDE DISCARDABLE
- BEGIN
- "#include ""res\\cassette.rc2"" // non-App Studio edited resources\r\n"
- "\r\n"
- "#include ""afxres.rc"" // Standard components\r\n"
- "#include ""afxprint.rc"" // printing/print preview resources\r\n"
- "\0"
- END
-
- /////////////////////////////////////////////////////////////////////////////////////
- #endif // APSTUDIO_INVOKED
-
-
- //////////////////////////////////////////////////////////////////////////////
- //
- // Icon
- //
-
- IDR_MAINFRAME ICON DISCARDABLE "RES\\CASSETTE.ICO"
-
- //////////////////////////////////////////////////////////////////////////////
- //
- // Bitmap
- //
-
- IDR_MAINFRAME BITMAP MOVEABLE PURE "RES\\TOOLBAR.BMP"
-
- //////////////////////////////////////////////////////////////////////////////
- //
- // Menu
- //
-
- IDR_MAINFRAME MENU PRELOAD DISCARDABLE
- BEGIN
- POPUP "&File"
- BEGIN
- MENUITEM "&New\tCtrl+N", ID_FILE_NEW
- MENUITEM "&Open...\tCtrl+O", ID_FILE_OPEN
- MENUITEM "&Save\tCtrl+S", ID_FILE_SAVE
- MENUITEM "Save &As...", ID_FILE_SAVE_AS
- MENUITEM SEPARATOR
- MENUITEM "&Print...\tCtrl+P", ID_FILE_PRINT
- MENUITEM "Print Pre&view", ID_FILE_PRINT_PREVIEW
- MENUITEM "P&rint Setup...", ID_FILE_PRINT_SETUP
- MENUITEM SEPARATOR
- MENUITEM "Recent File", ID_FILE_MRU_FILE1, GRAYED
- MENUITEM SEPARATOR
- MENUITEM "E&xit", ID_APP_EXIT
- END
- POPUP "F&onts"
- BEGIN
- MENUITEM "&Songs...", ID_FONTS_SONGS
- MENUITEM "&Artist...", ID_FONTS_ARTIST
- MENUITEM "A&lbum...", ID_FONTS_ALBUM
- MENUITEM "&Notes...", ID_FONTS_NOTES
- END
- POPUP "&View"
- BEGIN
- MENUITEM "&Toolbar", ID_VIEW_TOOLBAR
- MENUITEM "&Status Bar", ID_VIEW_STATUS_BAR
- END
- POPUP "&Help"
- BEGIN
- MENUITEM "&Contents", ID_HELP_INDEX
- MENUITEM "&Search for Help On...", ID_HELP_SEARCH
- MENUITEM "&How to Use Help", ID_HELP_USING
- MENUITEM SEPARATOR
- MENUITEM "&About Cassette Label Maker...",ID_APP_ABOUT
- END
- END
-
-
- //////////////////////////////////////////////////////////////////////////////
- //
- // Accelerator
- //
-
- IDR_MAINFRAME ACCELERATORS PRELOAD MOVEABLE PURE
- BEGIN
- "C", ID_EDIT_COPY, VIRTKEY,CONTROL, NOINVERT
- "N", ID_FILE_NEW, VIRTKEY,CONTROL, NOINVERT
- "O", ID_FILE_OPEN, VIRTKEY,CONTROL, NOINVERT
- "P", ID_FILE_PRINT, VIRTKEY,CONTROL, NOINVERT
- "S", ID_FILE_SAVE, VIRTKEY,CONTROL, NOINVERT
- "V", ID_EDIT_PASTE, VIRTKEY,CONTROL, NOINVERT
- VK_F1, ID_HELP, VIRTKEY,NOINVERT
- VK_F1, ID_CONTEXT_HELP, VIRTKEY,SHIFT, NOINVERT
- VK_F6, ID_NEXT_PANE, VIRTKEY,NOINVERT
- VK_F6, ID_PREV_PANE, VIRTKEY,SHIFT, NOINVERT
- VK_INSERT, ID_EDIT_PASTE, VIRTKEY,SHIFT, NOINVERT
- "X", ID_EDIT_CUT, VIRTKEY,CONTROL, NOINVERT
- "Z", ID_EDIT_UNDO, VIRTKEY,CONTROL, NOINVERT
- END
-
-
- //////////////////////////////////////////////////////////////////////////////
- //
- // Dialog
- //
-
- IDD_ABOUTBOX DIALOG DISCARDABLE 34, 22, 249, 96
- STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
- CAPTION "About Cassette Label Maker"
- FONT 8, "MS Sans Serif"
- BEGIN
- ICON IDR_MAINFRAME,IDC_STATIC,11,17,18,20
- LTEXT "Cassette Label Maker Version 1.0",IDC_STATIC,52,10,119,
- 8
- LTEXT "Copyright \251 1994, William Wagner",IDC_STATIC,52,22,
- 131,8
- DEFPUSHBUTTON "OK",IDOK,193,6,50,14,WS_GROUP
- RTEXT "wags@msen.com",IDC_STATIC,100,34,61,8
- CTEXT "This is a shareware product. Please support the shareware concept by registering this software. Press &Register for registration details.",
- IDC_STATIC,15,63,209,28
- PUSHBUTTON "&Register",IDC_REGISTER,193,23,50,14
- LTEXT "Internet:",IDC_STATIC,52,34,35,8
- LTEXT "Compuserve:",IDC_STATIC,52,46,44,9
- RTEXT "73774,1027",IDC_STATIC,100,46,61,8
- END
-
- IDD_CASSETTE DIALOG DISCARDABLE 0, 0, 138, 231
- STYLE WS_CHILD
- FONT 8, "MS Sans Serif"
- BEGIN
- GROUPBOX "Side One:",IDC_STATIC,4,0,125,95
- LTEXT "&Artist:",IDC_STATIC,9,14,19,8
- EDITTEXT IDC_ARTIST1,35,12,85,12,ES_AUTOHSCROLL
- LTEXT "A&lbum:",IDC_STATIC,8,30,22,8
- EDITTEXT IDC_ALBUM1,35,28,85,12,ES_AUTOHSCROLL
- LTEXT "&Songs:",IDCANCEL,8,50,21,8
- EDITTEXT IDC_SONGS1,35,45,85,46,ES_MULTILINE | ES_AUTOVSCROLL |
- ES_AUTOHSCROLL | 0x1000
- GROUPBOX "Side Two:",IDC_STATIC,4,96,125,94
- LTEXT "A&rtist:",IDC_STATIC,9,110,19,8
- EDITTEXT IDC_ARTIST2,35,108,85,12,ES_AUTOHSCROLL
- LTEXT "Al&bum:",IDC_STATIC,8,126,22,8
- EDITTEXT IDC_ALBUM2,35,124,85,12,ES_AUTOHSCROLL
- LTEXT "S&ongs:",IDC_STATIC,8,146,23,8
- EDITTEXT IDC_SONGS2,35,141,85,46,ES_MULTILINE | ES_AUTOVSCROLL |
- ES_AUTOHSCROLL | 0x1000
- LTEXT "&Notes:",IDC_STATIC,2,197,20,8
- EDITTEXT IDC_NOTES,27,195,101,35,ES_MULTILINE | ES_AUTOVSCROLL |
- 0x1000
- END
-
-
- //////////////////////////////////////////////////////////////////////////////
- //
- // String Table
- //
-
- STRINGTABLE PRELOAD DISCARDABLE
- BEGIN
- IDR_MAINFRAME "Cassette Label Maker\nCasset\nCassettet\nTape files (*.tap)\n.tap"
- END
-
- STRINGTABLE PRELOAD DISCARDABLE
- BEGIN
- AFX_IDS_APP_TITLE "Cassette Label Maker"
- AFX_IDS_IDLEMESSAGE "For Help, press F1"
- AFX_IDS_HELPMODEMESSAGE "Select an object on which to get Help"
- END
-
- STRINGTABLE DISCARDABLE
- BEGIN
- ID_INDICATOR_EXT "EXT"
- ID_INDICATOR_CAPS "CAP"
- ID_INDICATOR_NUM "NUM"
- ID_INDICATOR_SCRL "SCRL"
- ID_INDICATOR_OVR "OVR"
- ID_INDICATOR_REC "REC"
- END
-
- STRINGTABLE DISCARDABLE
- BEGIN
- ID_FILE_NEW "Create a new document"
- ID_FILE_OPEN "Open an existing document"
- ID_FILE_CLOSE "Close the active document"
- ID_FILE_SAVE "Save the active document"
- ID_FILE_SAVE_AS "Save the active document with a new name"
- ID_FILE_PAGE_SETUP "Change the printing options"
- ID_FILE_PRINT_SETUP "Change the printer and printing options"
- ID_FILE_PRINT "Print the active document"
- ID_FILE_PRINT_PREVIEW "Display full pages"
- END
-
- STRINGTABLE DISCARDABLE
- BEGIN
- ID_APP_ABOUT "Display program information, version number and copyright"
- ID_APP_EXIT "Quit the application; prompts to save documents"
- ID_HELP_INDEX "List Help topics"
- ID_HELP_USING "Display instructions about how to use help"
- ID_CONTEXT_HELP "Display help for clicked on buttons, menus and windows"
- ID_HELP "Display help for current task or command"
- END
-
- STRINGTABLE DISCARDABLE
- BEGIN
- ID_FILE_MRU_FILE1 "Open this document"
- ID_FILE_MRU_FILE2 "Open this document"
- ID_FILE_MRU_FILE3 "Open this document"
- ID_FILE_MRU_FILE4 "Open this document"
- END
-
- STRINGTABLE DISCARDABLE
- BEGIN
- ID_NEXT_PANE "Switch to the next window pane"
- ID_PREV_PANE "Switch back to the previous window pane"
- END
-
- STRINGTABLE DISCARDABLE
- BEGIN
- ID_EDIT_CLEAR "Erase the selection"
- ID_EDIT_CLEAR_ALL "Erase everything"
- ID_EDIT_COPY "Copy the selection and put it on the Clipboard"
- ID_EDIT_CUT "Cut the selection and put it on the Clipboard"
- ID_EDIT_FIND "Find the specified text"
- ID_EDIT_PASTE "Insert Clipboard contents"
- ID_EDIT_REPEAT "Repeat the last action"
- ID_EDIT_REPLACE "Replace specific text with different text"
- ID_EDIT_SELECT_ALL "Select the entire document"
- ID_EDIT_UNDO "Undo the last action"
- ID_EDIT_REDO "Redo the previously undone action"
- END
-
- STRINGTABLE DISCARDABLE
- BEGIN
- ID_VIEW_TOOLBAR "Show or hide the toolbar"
- ID_VIEW_STATUS_BAR "Show or hide the status bar"
- END
-
- STRINGTABLE DISCARDABLE
- BEGIN
- AFX_IDS_SCSIZE "Change the window size"
- AFX_IDS_SCMOVE "Change the window position"
- AFX_IDS_SCMINIMIZE "Reduce the window to an icon"
- AFX_IDS_SCMAXIMIZE "Enlarge the window to full size"
- AFX_IDS_SCNEXTWINDOW "Switch to the next document window"
- AFX_IDS_SCPREVWINDOW "Switch to the previous document window"
- AFX_IDS_SCCLOSE "Close the active window and prompts to save the documents"
- END
-
- STRINGTABLE DISCARDABLE
- BEGIN
- AFX_IDS_SCRESTORE "Restore the window to normal size"
- AFX_IDS_SCTASKLIST "Activate Task List"
- END
-
- STRINGTABLE DISCARDABLE
- BEGIN
- ID_HELP_SEARCH "Search for specific Help Topics"
- ID_FONTS_SONGS "Set the font used for song display"
- ID_FONTS_ARTIST "Set the font used for the Artists"
- ID_FONTS_ALBUM "Set the font used for the Album."
- ID_FONTS_NOTES "Set the font used for the notes."
- END
-
-
- #ifndef APSTUDIO_INVOKED
- ////////////////////////////////////////////////////////////////////////////////
- //
- // Generated from the TEXTINCLUDE 3 resource.
- //
- #include "res\cassette.rc2" // non-App Studio edited resources
-
- #include "afxres.rc" // Standard components
- #include "afxprint.rc" // printing/print preview resources
-
- /////////////////////////////////////////////////////////////////////////////////////
- #endif // not APSTUDIO_INVOKED
-
-